CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 管道 通信

搜索资源列表

  1. JCTXWMGDSJ

    0下载:
  2. 进程间通信的无名管道研究 提供进程通信设计的文字部分及源代码-inter-process communication channel of anonymous communications research process design and the text of the source code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:9791
    • 提供者:wodanige
  1. Codeps

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:234599
    • 提供者:李君懿
  1. progressCode

    0下载:
  2. 进程间通信:剪贴板,匿名管道,命名管道,邮槽. -inter-process communication : clipboard, anonymous pipes, named pipes, mail chutes.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:233224
    • 提供者:chenpeng
  1. popeconnect

    0下载:
  2. 实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1和P2分别向管道各写一句话: Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。 -process of the realization of the communication channel. With system call pipe () to establi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2109
    • 提供者:钟洁
  1. process_clip

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。 -explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication a
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:234228
    • 提供者:讼师为
  1. NamedPipeClt

    0下载:
  2. 详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. And a comparative analysis of these types of inter-process communication on th
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29653
    • 提供者:cq_3964
  1. pipedoc

    0下载:
  2. 管道(Pipe)实际是用于进程间通信的一段共享内存,创建管道的进程称为管道服务器,连接到一个管道的进程为管道客户机。一个进程在向管道写入数据后,另一进程就可以从管道的另一端将其读取出来。匿名管道(Anonymous Pipes)是在父进程和子进程间单向传输数据的一种未命名的管道,只能在本地计算机中使用,而不可用于网络间的通信。-pipes (Pipe) for the actual inter-process communication for shared memory, the creati
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6759
    • 提供者:王晓鹏
  1. 569999进程管道的vc实现

    0下载:
  2. 进程通信管道模拟,上课时的作业留下的程序,经过老师修改课执行-process communication channel simulation class left the operating procedures are followed, the implementation of the teachers change classes
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:15970
    • 提供者:刘新门
  1. 进程通信vc

    3下载:
  2. vc做的一个进程间通信的程序,包括共享内存,消息传递,消息管道-vc do an inter-process communication procedures, including shared memory, message passing, the news channel
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:83502
    • 提供者:比零
  1. linuxIPC

    1下载:
  2. Linux 进程间通信实例包括:共享内存、管道、套接字域、消息队列、信号、信号灯;注释详细,全部经过编译验证-Examples include the Linux inter-process communication: shared memory, pipe, socket domain, message queues, signals, lights comment in detail, all compiled authentication
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:8261
    • 提供者:
  1. vcProcess

    0下载:
  2. 演示进程间通信的详细代码,本代码详细演示了进程间如何进行高效通信,以及匿名管道的应用。-Demonstration of inter-process communication code in detail, the code in detail to demonstrate how to conduct efficient inter-process communication, as well as the anonymous pipe applications.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:238265
    • 提供者:dandong
  1. bb

    0下载:
  2. 建立一个父子进程通信管道 进行通信和 程序; 用共享存储区 方式实现多个进程的通信 。 -jinchengjiandetongxin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1189
    • 提供者:huang
  1. pipe

    0下载:
  2. 操作系统编程,利用pipe管道实现进程间通信,linux环境下gcc编译-Operating system programming, the use of pipe pipeline implementation process communication, linux environment gcc compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:839
    • 提供者:
  1. aa

    0下载:
  2. 编程模拟多进程共享临界资源 进程间通信可以采用信号、消息传递、管道或网络通信方式-Programming multi-process simulation of the process of sharing critical resources can be used between the communication signal, information transmission, communication channels or networks
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:642948
    • 提供者:tang qi
  1. linuxhjjc

    0下载:
  2. 进程之间的通信linux下监控进程之间的通信 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,-Linux 进程间通信主要包括管道, 系统IPC(包括消息队列,信号量,共享存储), SOCKET,
  3. 所属分类:Project Manage

    • 发布日期:2017-04-06
    • 文件大小:181877
    • 提供者:taojinsha
  1. wyjcgd

    0下载:
  2. 进程管道通信,用C语言模拟LINUX操作系统中父进程与子进程的通信管道。-The process of communication channels, using C language simulation of LINUX operating system in the parent process and the sub-process communication channels.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:619
    • 提供者:love暖色
  1. signal-comminication

    0下载:
  2. linux高级编程中有关于进程间通信 管道和信号等重要操作的源代码实例 非常的详细 希望大家喜欢-Advanced Programming in the linux on the inter-process communication channels and signal operation and other important details of the source code for examples of great hope that everyone likes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:7523
    • 提供者:韩佳楠
  1. zylappcom113

    0下载:
  2. "命名管道"或"命名管线"(Named Pipes)是一种简单的进程间通信(I P C)机制,   Microsoft Windows NT,Windows 2000,Windows 95以及Windows 98均提供了对它的支持   (但不包括Windows CE).命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的   不同计算机的不同进程之间,支持可靠的,单向或双向的数据通信.用命名管道来设计应用   程序实际非常简单,并不需要事先深入掌握基层网络传送协议(如T C P / I P
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:451567
    • 提供者:fyhe
  1. procedures

    0下载:
  2. 进程的管道通信 编制一段程序,实现进程管道通信。使用系统调用pipe()建立一条管道。两个子进程P1和P2分别向管道各写一句话。再观察程序的执行时屏幕上出现的现象,并分析原因 -The process of preparing a pipe communication procedures, process pipe communication. Use of system calls pipe () to establish a pipeline. Two sub-processes
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4386
    • 提供者:李亮
  1. ProcessConnection

    1下载:
  2. C#进程通信,同时线程通过服务进程进行通信,改了几个小时,很好用!(C# process communication, something about threads communicate through the service process, modified for several hours, very good!)
  3. 所属分类:

    • 发布日期:2018-05-03
    • 文件大小:100352
    • 提供者:csunking
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com